home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8352 / 8352.xpi / chrome / greasefire.jar / content / picker.css < prev    next >
Cascading Style Sheet File  |  2009-01-06  |  436b  |  20 lines

  1. /*
  2.  * Copyright (C) 2008 by Steve Krulewitz <skrulx@gmail.com>
  3.  * Licensed under GPLv2 or later, see file LICENSE in the xpi for details.
  4.  */
  5. #list > treechildren::-moz-tree-progressmeter {
  6.   border: 1px solid #999999;
  7.   margin: 6px 0px 6px 0px;
  8.   background-color: transparent;
  9.   color: #5ece10;
  10. }
  11.  
  12. .throbber {
  13.   width: 16px;
  14.   height: 16px;
  15. }
  16.  
  17. .throbber-throb {
  18.   list-style-image: url("chrome://global/skin/icons/loading_16.png");
  19. }
  20.